/* CSS Document */
* { margin: 0; padding: 0; font-family: "微软雅黑" !important;}

html { font-size: 62.5%; }

body { margin: 0 auto; font-family: arial; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; color: #333; }

a { text-decoration: none; color: #333; outline: none; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

h1 { margin: 0; padding: 0; font-weight: normal; color: #333; }

.clear { clear: both; }

.maln { margin-left: auto !important; }

input, textarea { font-family: arial; font-size: 14px; font-size: 1.4rem; color: #333; border: none; outline: none; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

::-webkit-input-placeholder { color: #333; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #333; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #333; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #333; opacity: 1; }

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

/**/
[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

[class*="-item"] .item-pic:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a:hover { color: #003C7B !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a:hover { color: #003C7B !important; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #003C7B !important; }

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 3px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table table { width: 885px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 50%; margin-top: -9px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; }

.page a { width: 35px; height: 30px; line-height: 28px; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0 2.5px 10px; border: solid 1px #e5e5e5; background-color: #fff; color: #333; font-size: 12px; font-size: 1.2rem; }

.page .prev, .page .next { width: 61px !important; margin: 0 2px 10px; }

.page a:hover, .page .page-active { background-color: #003C7B !important; color: #FFFFFF !important; border-color: #003C7B !important; }
.page a.no:hover{    background-color: #fff!important;
    color: #333!important;border: solid 1px #e5e5e5!important;}
.fl { float: none; display: inline-block; }

.add-form { margin-left: 15px; display: inline-block; float: none; background: url(../images/af-bg.png) no-repeat right center; padding-right: 20px; }

.add-btn { width: 200px; height: 30px; line-height: 24px; text-align: center; border: solid 1px #003C7B; background-color: #003C7B; color: #FFFFFF; cursor: pointer; font-size: 14px; font-size: 1.4rem; }

.add-btn:hover { background-color: #003C7B; color: #FFFFFF; border-color: #003C7B; }

@media only screen and (max-width: 767px) { .fl { float: none; }
  .add-btn { font-size: 12px; font-size: 1.2rem; }
  .add-form { float: none; display: inline-block; }
  .page a { font-size: 12px; font-size: 1.2rem; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 69px; }

.contact-pc li { position: relative; width: 100%; height: 69px; border-radius: 0; margin-bottom: 0; border-radius: 5px; margin-bottom: 2px; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 69px; cursor: pointer; }

.contact-pc li .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }

.contact-pc li.ewm-box:hover .ewm { left: -125px; }

.c1 { background: #F6F6F6; }

.c1 .iconfont { color: #09A8FA; font-size: 30px; font-size: 3rem; }

.c2 { background: #F6F6F6; }

.c2 .iconfont { color: #3AC34C; font-size: 27px; font-size: 2.7rem; }

.c3 { background: #F6F6F6; }

.c3 .iconfont { color: #83c14b; font-size: 27px; font-size: 2.7rem; }

.c4 { background: #F6F6F6; }

.c4 .iconfont { color: #007CBC; font-size: 25px; font-size: 2.5rem; }

.contact-phone { position: fixed; bottom: 0; height: 50px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 50%; height: 100%; float: left; position: relative; }

.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 50px; cursor: pointer; }

.contact-phone li .ewm { position: absolute; bottom: 47px; right: 0; display: none; max-width: 120px; width: 120px; height: 120px; }

@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 50px; } }

/*back-top*/
.back-top { position: fixed; right: 5px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; }

.back-top:after { position: absolute; content: ''; background-color: #fff; width: 20px; height: 20px; top: 50%; left: 50%; margin: -10px 0 0 -10px; z-index: 997; }

.back-top .iconfont { font-size: 38px; font-size: 3.8rem; border-radius: 50%; color: #282828; position: relative; z-index: 998; }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { height: 26px; font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 34px; font-size: 16px; font-size: 1.6rem; color: #666; }

@media screen and (max-width: 767px) { .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .oths-item { line-height: 30px; }

.m-oths .oths-item, .m-oths .oths-item a { color: #666; }

.m-oths .oths-item .item-name { color: #666; text-transform: capitalize; }

.m-oths .oths-item a:hover { color: #003C7B; }

.m-oths .oths-item-1 { margin-bottom: 1px; border-bottom: dashed 1px #CFCFCF; }

.m-oths .iconfont { font-size: 18px; font-size: 1.8rem; color: #666; vertical-align: middle; margin-right: 3px; }

/*-------------bread start-----------------------------------------------------------------*/
.bread { background-color: #f9f8f8; border-bottom: solid 1px #ebebeb; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; line-height: 26px; padding: 16px 0 8px; overflow: hidden; word-wrap: break-word;}

.bread, .bread a { color: #333; }

.bread a:hover, .bread .bread-active { color: #003C7B; }

@media screen and (max-width: 767px) { .bread { font-size: 14px; font-size: 1.4rem; padding: 8px 0; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: absolute; top: 10px; right: 2px; }

.search .search-icon { cursor: pointer; display: block; width: 33px; height: 33px; border-radius: 50%; background-color: #003C7B; text-align: center; line-height: 33px; }

.search .search-icon .iconfont { color: #fff; }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 35px; right: 0; z-index: 999; width: 278px; height: 32px; border-radius: 2px; border: solid 1px #BFBFBF; background-color: #FFFFFF; cursor: pointer; }

.search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #333; position: absolute; width: 29px; height: 16px; line-height: 16px; text-align: center; right: 0; top: 50%; margin-top: -8px; z-index: -1; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 32px; padding: 0 35px 0 9px; }

.search .search-submit { position: absolute; width: 35px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

@media screen and (max-width: 767px) { .search { top: 5px; right: 30px; }
  .search .search-icon { width: 28px; height: 28px; line-height: 28px; } }

/*-------------header start----------------------------------------------------------------*/
.header { background-color: #F6F9FF; }

.header .wp { position: relative; }

.header .logo { float: left; display: block; margin: 18px 0 14px; }

@media screen and (max-width: 999px) { .header .logo { height: 65px; } }

@media screen and (max-width: 850px) { .header .logo { height: 60px; } }

@media screen and (max-width: 767px) { .header .logo { height: 50px; float: none; margin: 35px auto 10px; } }

.header .m-hdlang { margin-top: 52px; width: 106px; border: solid 1px #A0A0A0; border-radius: 11px; position: relative; overflow: visible; float: right; }

.header .m-hdlang .lang-list { display: none; position: absolute; left: 0; top: 100%; z-index: 999; width: 100%; border: solid 1px #A0A0A0; background-color: #F6F9FF; font-size: 12px; font-size: 1.2rem; }

.header .m-hdlang .lang-item { float: none; line-height: 26px; padding: 3px 5px; width: 100%; text-transform: capitalize; }

.header .m-hdlang .lang-item svg, .header .m-hdlang .lang-item img { vertical-align: middle; margin-right: 4px; max-width: 19px; max-height: 19px; }

.header .m-hdlang .lang-item a:hover { color: #003C7B; }

.header .m-hdlang > .lang-item { cursor: pointer; line-height: 26px; display: inline-block; padding: 2px 23px 2px 13px; color: #666; background: url(../images/lang.png) no-repeat 85px center; }

.header .m-hdlang > .lang-item svg, .header .m-hdlang > .lang-item img { vertical-align: middle; margin-right: 4px; }

@media screen and (max-width: 999px) { .header .m-hdlang { position: absolute; top: 10px; right: 40px; margin-top: 0; } }

@media screen and (max-width: 767px) { .header .m-hdlang { top: 5px; right: 60px; border-radius: 8px; }
  .header .m-hdlang > .lang-item { line-height: 22px; } }

.header .navlist { margin-right: 30px; float: right; }

.header .navlist > li { position: relative; float: left; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; display: block; position: relative; line-height: 30px; padding: 52px 20px 28px;margin-left: 40px; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #fff; background-color: #003C7B; }

@media screen and (max-width: 1219px) { .header .navlist { margin-right: 15px; }
  .header .navlist > li > a { padding: 52px 5px 28px; font-size: 1.4rem} }

@media screen and (max-width: 999px) { .header .navlist { margin-top: 50px; }
  .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; padding: 10px 8px; } }

@media screen and (max-width: 850px) { .header .navlist > li > a { padding: 6px 5px; } }

@media screen and (max-width: 767px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { top: 100%; }

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 250px; left: 0; padding-top: 15px; background-color: #1e5b86; background-color: rgba(30, 91, 134, 0.95); padding-bottom: 8px; }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 24px; padding: 10px 15px 10px 27px; color: #fff; font-size: 16px; font-size: 1.6rem; }

.header .yiji li:hover > a { background-color: #003C7B; color: #fff; }

.header .yiji li:hover .erji { left: 100%; }

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { left: 100%; }

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0; width: 250px; background-color: #1e5b86; background-color: rgba(30, 91, 134, 0.95); padding-bottom: 8px; }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }

.navlist1 > li { float: left; width: 25%; text-align: center; }

.navlist1 > li > a { font-weight: bold; text-transform: uppercase; position: relative; line-height: 36px; display: block; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { color: #fff; background-color: #003C7B; }

@media screen and (max-width: 767px) { .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
.footer { background-color: #454545; }

.footer p, .footer a, .footer span, .footer li { color: #fff; }

.footer a:hover { color: #EA2D2C; }

.footer .f-top { padding: 52px 0 21px; }

.footer .f-top .footer-title { font-size: 20px; font-size: 2rem; font-weight: bold; margin: 0 0 16px; }

.footer .f-top li, .footer .f-top p { line-height: 30px; }

.footer .f-top li { background: url(../images/web2.png) no-repeat left 13px; padding-left: 14px; }

.footer .f-top .flist1 { width: 140px; padding-right: 15px; }

.footer .f-top .flist4 { width: 174px; padding-right: 15px; }

.footer .f-top .flist2 { width: 513px; }

.footer .f-top .flist2 ul { width: 50%; }

.footer .f-top .flist2 div { overflow: hidden; }

.footer .f-top .flist3 { width: 311px; }

.footer .f-top .copyright img { margin-left: 5px; }

.footer .f-top .f-follow { display: inline-block; border-bottom: dashed 1px #6c6d71; padding: 6px 7px 10px 0; margin-bottom: 11px; }

.footer .f-top .f-follow a { float: left; margin-right: 5px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.footer .f-top .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 110px; }
  .footer .f-top .flist4 { width: 150px; }
  .footer .f-top .flist3 { width: 200px; }
  .footer .f-top .f-follow { padding: 6px 0; }
  .footer .f-top .f-follow svg { width: 30px; height: 30px; }
  .footer .f-top .f-follow a { margin-right: 3px; } }

@media screen and (max-width: 999px) { .footer .f-top .flist1 { width: 18%; }
  .footer .f-top .flist4 { width: 22%; }
  .footer .f-top .flist2 { width: 60%; }
  .footer .f-top .flist3 { width: 100%; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 15px 0 10px; }
  .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .flist4, .footer .f-top .footer-title { display: none; }
  .footer .f-top .copyright { line-height: 24px; } }

.footer .links { text-transform: uppercase; border-top: solid 1px #fff; font-size: 18px; font-size: 1.8rem; line-height: 24px; padding: 15px 0 15px; font-weight: bold; }

.footer .links a {text-transform: initial; display: inline-block; margin-right: 30px; }

@media screen and (max-width: 767px) { .footer .links { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-title { font-family: "Impact"; font-size: 48px; font-size: 4.8rem; text-align: center; text-transform: uppercase; }

.index-title a:hover { color: #003C7B; }

.index-title a { color: #262626; }

@media screen and (max-width: 1219px) { .index-title { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 999px) { .index-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .index-title { font-size: 24px; font-size: 2.4rem; } }

.index-btn { display: block; width: 208px; height: 50px; border-radius: 25px; background: #003C7B url(../images/web1.png) no-repeat 16px center; padding-left: 11px; text-align: center; line-height: 52px; font-size: 16px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; color: #fff; margin-top: 34px; }

.index-btn:hover { background-color: #333; }

@media screen and (max-width: 767px) { .index-btn { margin-top: 30px; height: 40px; line-height: 40px; border-radius: 20px; width: 170px; background-position-x: 8px; padding-left: 20px; } }

/* index-title end */
.index-procenter { background: url(../images/bg1.jpg) no-repeat center; background-size: cover; padding: 58px 0 69px; }

.index-procenter .index-title { margin-bottom: 45px; }

@media screen and (max-width: 999px) { .index-procenter { padding: 50px 0; }
  .index-procenter .index-title { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-procenter { padding: 30px 0; } }

.index-procenter .ex-scroll { width: 100%; margin: 0 auto; position: relative; }

.index-procenter .ex-scroll .box-bd { width: 100%; overflow: hidden; }

.index-procenter .ex-scroll .box-list { width: 1000%; }

.index-procenter .ex-scroll .box-list .list-wp { float: left; width: 10%; position: relative; }

.index-procenter .ex-scroll .box-list .list-item { float: left; width: 30.83333%; margin-left: 3.75%; margin-bottom: 42px; position: relative; }

@media screen and (max-width: 999px) { .index-procenter .ex-scroll .box-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 500px) { .index-procenter .ex-scroll .box-list .list-item { width: 48%; margin: 0 1% 20px; } }

.index-procenter .ex-scroll .box-list .item-pic { position: relative; width: 100%; }

.index-procenter .ex-scroll .box-list .item-pic img { display: block; width: 100%; max-width: 390px; margin: 0 auto; }

.index-procenter .ex-scroll .box-list .item-pic:hover .item-backdrop { top: 0; }

.index-procenter .ex-scroll .box-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background-color: #003C7B; background-color: rgba(2, 60, 120, 0.41); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.index-procenter .ex-scroll .box-list .item-backdrop .iconfont { font-size: 68px; font-size: 6.8rem; color: #fff; opacity: 0.65; position: absolute; top: 50%; left: 50%; margin-left: -34px; margin-top: -34px; }

@media screen and (max-width: 999px) { .index-procenter .ex-scroll .box-list .item-backdrop { display: none; } }

.index-procenter .ex-scroll .box-list .item-title { position: absolute; bottom: 0; left: 0; width: 100%; line-height: 60px; text-align: center; background-color: #003C7B; font-size: 16px; font-size: 1.6rem; }

.index-procenter .ex-scroll .box-list .item-title, .index-procenter .ex-scroll .box-list .item-title a { color: #fff !important; }

.index-procenter .ex-scroll .box-list .item-title:hover { background-color: #0b243e; }

@media screen and (max-width: 999px) { .index-procenter .ex-scroll .box-list .item-title { line-height: 44px; } }

@media screen and (max-width: 767px) { .index-procenter .ex-scroll .box-list .item-title { line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

.index-procenter .ex-scroll .box-page { font-size: 0; letter-spacing: 0; text-align: center; }

.index-procenter .ex-scroll .page-item { margin: 0 13px; display: inline-block; *display: inline; *zoom: 1; width: 18px; height: 18px; border-radius: 50%; background: url(../images/dot.png) no-repeat center; background-size: contain; }

@media screen and (max-width: 999px) { .index-procenter .ex-scroll .page-item { width: 15px; height: 15px; margin: 0 5px; } }

@media screen and (max-width: 767px) { .index-procenter .ex-scroll .page-item { width: 12px; height: 12px; margin: 0 2px; } }

.index-procenter .ex-scroll .page-item.active { background: url(../images/dot1.png) no-repeat center; background-size: contain; }

/* index-about start */
.index-about { padding: 75px 0 77px; }

@media screen and (max-width: 1219px) { .index-about { padding: 70px 0; } }

@media screen and (max-width: 999px) { .index-about { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-about { padding: 30px 0; } }

.index-about .item-body .item-title { font-family: "Impact"; font-size: 22px; font-size: 2.2rem; text-transform: uppercase; margin: 57px 0 -6px; }

.index-about .item-body .item-title, .index-about .item-body .item-title a { color: #262626; }

@media screen and (max-width: 999px) { .index-about .item-body .item-title { margin: 50px 0 0; } }

@media screen and (max-width: 767px) { .index-about .item-body .item-title { font-size: 20px; font-size: 2rem; margin: 30px 0 0; } }

.index-about .item-body .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; overflow: visible; }

.index-about .item-body .item-desc p { margin-top: 30px; }

@media screen and (max-width: 999px) { .index-about .item-body .item-desc p { margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-about .item-body .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .index-about .item-body .item-desc p { margin-top: 15px; } }

.indexabout-scroll { overflow: hidden; width: 49.58333%; margin-left: 6.33333%; margin-top: 58px; position: relative; }

@media screen and (max-width: 1219px) { .indexabout-scroll { margin-left: 4.16667%; } }

@media screen and (max-width: 999px) { .indexabout-scroll { margin-left: 2.5%; margin-top: 50px; } }

@media screen and (max-width: 767px) { .indexabout-scroll { margin-top: 30px; } }

@media screen and (max-width: 640px) { .indexabout-scroll { width: 100%; float: none; max-width: 595px; margin: 30px auto 0; } }

.indexabout-scroll .scroll-btns .scroll-btn { cursor: pointer; position: absolute; z-index: 99; bottom: 0; display: block; width: 51px; height: 43px; background-color: #DCDCDC; text-align: center; line-height: 44px; }

.indexabout-scroll .scroll-btns .scroll-btn .iconfont { font-size: 20px; font-size: 2rem; cursor: pointer; color: #969696; }

.indexabout-scroll .scroll-btns .scroll-btn:hover { background-color: #CECECE; }

.indexabout-scroll .scroll-btns .scroll-btn.prev { left: 0; }

.indexabout-scroll .scroll-btns .scroll-btn.next { left: 52px; }

@media screen and (max-width: 767px) { .indexabout-scroll .scroll-btns .scroll-btn { width: 36px; height: 32px; line-height: 32px; }
  .indexabout-scroll .scroll-btns .scroll-btn.next { left: 37px; }
  .indexabout-scroll .scroll-btns .scroll-btn .iconfont { font-size: 18px; font-size: 1.8rem; } }

.indexabout-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.indexabout-scroll .scroll-list { width: 1000%; }

.indexabout-scroll .scroll-list li { float: left; position: relative; width: 10%; }

.indexabout-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; }

.indexabout-scroll .scroll-list .item-pics img { width: 100%; display: block; max-width: 595px; margin: 0 auto; }

/* index-about end */
/* news center start */
.index-news { background: url(../images/bg3.jpg) no-repeat center; background-size: cover; padding: 95px 0 97px; }

.index-news .item-left { width: 508px; margin-right: 7.83333%; background-color: #fff; margin-top: 46px; }

.index-news .item-left .item-body { padding: 22px 20px 11px; }

.index-news .item-left .item-pic { width: 100%; }

.index-news .item-left .item-pic img { display: block !important; max-width: 508px; margin: 0 auto; width: 100%; }

.index-news .item-left .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; }

.index-news .item-left .item-title, .index-news .item-left .item-title a { color: #003C7B; }

.index-news .item-left .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; margin-top: 5px; }

.index-news .item-left .item-desc, .index-news .item-left .item-desc a { color: #16191A; }

.index-news .item-left .item-date { margin-top: 9px; }

@media screen and (max-width: 1219px) { .index-news .item-left { margin-right: 4.16667%; } }

@media screen and (max-width: 999px) { .index-news .item-left { width: 100%; float: none; max-width: 508px; margin: 30px auto 0; } }

.index-news .box-list { margin-top: 46px; overflow: hidden; }

@media screen and (max-width: 999px) { .index-news .box-list { margin-top: 30px; } }

.index-news .box-list .list-item { background-color: #fff; padding: 23px 0 15px; margin-bottom: 1px; }

.index-news .box-list .list-item:hover { background-color: #EBEBEB; }

@media screen and (max-width: 999px) { .index-news .box-list .list-item { padding: 15px 0; } }

.index-news .box-list .item-date { margin-right: 4.51505%; margin-left: 2.34114%; width: 24.74916%; text-align: center; border-right: solid 1px #111315; padding: 3px 0 1px; }

.index-news .box-list .item-date, .index-news .box-list .item-date p { color: #16191A; }

.index-news .box-list .item-date .p1 { font-family: "Impact"; font-size: 48px; font-size: 4.8rem; }

.index-news .box-list .item-date .p2 { font-size: 16px; font-size: 1.6rem; margin-top: 9px; }

@media screen and (max-width: 999px) { .index-news .box-list .item-date { margin-left: 0; }
  .index-news .box-list .item-date .p1 { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-date .p1 { font-size: 36px; font-size: 3.6rem; }
  .index-news .box-list .item-date .p2 { font-size: 14px; font-size: 1.4rem; } }

.index-news .box-list .item-body { overflow: hidden; padding-right: 15px; }

.index-news .box-list .item-title { font-weight: bold; margin-top: 5px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.index-news .box-list .item-title, .index-news .box-list .item-title a { color: #16191A; }

@media screen and (max-width: 999px) { .index-news .box-list .item-title { margin-top: 0; } }

.index-news .box-list .item-desc { margin-top: 12px; line-height: 24px; height: 48px; }

.index-news .box-list .item-desc, .index-news .box-list .item-desc a { color: #16191A; }

@media screen and (max-width: 999px) { .index-news .box-list .item-desc { margin-top: 5px; } }

/* news center end */
/* index-adbox start */
.index-adbox { background: url(../images/bg4.jpg) repeat; padding: 96px 0 0; }

@media screen and (max-width: 1219px) { .index-adbox { padding: 70px 0 0; } }

@media screen and (max-width: 999px) { .index-adbox { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-adbox { padding: 30px 0; } }

.index-adbox .item-body { width: 285px; margin-left: 2.5%; }

@media screen and (max-width: 999px) { .index-adbox .item-body { width: 100%; float: none; margin: 0 auto; } }

.index-adbox .item-body .item-desc { padding: 13px 0 0; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.index-adbox .item-body .item-desc, .index-adbox .item-body .item-desc a { color: #16191A; }

.index-adbox .item-body .item-desc p { margin-top: 24px; overflow: hidden; }

.index-adbox .item-body .item-desc .p1 { height: 72px; }

.index-adbox .item-body .item-desc .p2 { height: 96px; }

@media screen and (max-width: 999px) { .index-adbox .item-body .item-desc { padding: 0; }
  .index-adbox .item-body .item-desc p { margin-top: 15px; }
  .index-adbox .item-body .item-desc .p1, .index-adbox .item-body .item-desc .p2 { height: auto; max-height: 72px; } }

.index-adbox .item-body .index-title { line-height: 48px; text-align: left; position: relative; padding-bottom: 27px; }

.index-adbox .item-body .index-title:after { position: absolute; content: ''; width: 86px; height: 3px; background: #EA2D2C; bottom: 0; left: 0; }

@media screen and (max-width: 1219px) { .index-adbox .item-body .index-title { line-height: 36px; padding-bottom: 20px; } }

@media screen and (max-width: 999px) { .index-adbox .item-body .index-title { padding-bottom: 10px; }
  .index-adbox .item-body .index-title br { display: none; } }

.index-adbox .item-body .index-btn { margin-top: 68px; }

@media screen and (max-width: 1219px) { .index-adbox .item-body .index-btn { margin-top: 30px; } }

.index-adbox .cer-list { overflow: hidden; }

.index-adbox .cer-list li { float: left; width: 29.60452%; margin: 0 1.86441%; position: relative; padding: 86px 0 63px; }

@media screen and (max-width: 999px) { .index-adbox .cer-list li { padding: 30px 0 0; } }

.index-adbox .cer-list .item-pics { display: block; overflow: hidden; position: relative; box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21); }

.index-adbox .cer-list .item-pics img { width: 100%; display: block; max-width: 262px; margin: 0 auto; }

.index-adbox .cer-list .item-pics:hover .item-backdrop { top: 0; }

@media screen and (max-width: 1219px) { .index-adbox .cer-list .item-pics { box-shadow: 0 4px 10px rgba(0, 0, 0, 0.21); } }

@media screen and (max-width: 999px) { .index-adbox .cer-list .item-pics { box-shadow: none; } }

.index-adbox .cer-list .item-backdrop { position: absolute; bottom: 0; top: 999px; left: 0; width: 100%; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; background: #023c78; background: rgba(2, 60, 120, 0.5); }

@media screen and (max-width: 999px) { .index-adbox .cer-list .item-backdrop { position: relative; top: auto; left: auto; background-color: transparent; } }

.index-adbox .cer-list .item-body { padding: 0 15px; position: absolute; width: 100%; text-align: center; top: 50%; margin-top: -47px; }

@media screen and (max-width: 999px) { .index-adbox .cer-list .item-body { position: relative; top: auto; margin-top: auto; padding: 0; } }

.index-adbox .cer-list .item-icon .iconfont { font-size: 50px; font-size: 5rem; color: #fff; }

@media screen and (max-width: 999px) { .index-adbox .cer-list .item-icon { display: none; } }

.index-adbox .cer-list .item-title { margin-top: 55px; font-size: 22px; font-size: 2.2rem; font-weight: bold; }

.index-adbox .cer-list .item-title, .index-adbox .cer-list .item-title a { color: #fff; }

.index-adbox .cer-list .item-title a:hover { color: #EA2D2C !important; }

@media screen and (max-width: 999px) { .index-adbox .cer-list .item-title { margin-top: 0; line-height: 30px; font-size: 16px; font-size: 1.6rem; }
  .index-adbox .cer-list .item-title, .index-adbox .cer-list .item-title a { color: #333; } }

@media screen and (max-width: 767px) { .index-adbox .cer-list .item-title { font-size: 14px; font-size: 1.4rem; } }

/* index-adbox end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 54px 0 68px; }

@media screen and (max-width: 999px) { .page_wrap { padding: 50px 0; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }

/*-------------1-1-products start----------------------------------------------------------*/
.pro-left { width: 270px; }

@media screen and (max-width: 999px) { .pro-left { width: 100%; float: none !important; } }

.pro-right { width: 886px; }

@media screen and (max-width: 1219px) { .pro-right { width: 690px; } }

@media screen and (max-width: 999px) { .pro-right { width: 100%; float: none !important; margin-bottom: 30px; } }

/*proslide start*/
.proslide { width: 100%; }

.proslide-title { position: relative; font-size: 24px; font-size: 2.4rem; font-family: "Impact"; background-color: #003C7B; line-height: 60px; margin-bottom: 5px; }

.proslide-title a { padding: 0 23px; display: block; color: #FFFFFF; text-transform: uppercase; }

.proslide-title a:hover { background-color: #EA2D2C; }

@media screen and (max-width: 767px) { .proslide-title { font-size: 20px; font-size: 2rem; line-height: 50px; } }

@media screen and (max-width: 767px) { .pro-slidenav { display: none; } }

.pro-slidenav > li { background-color: #f6f6f6; margin-bottom: 5px; }

.pro-slidenav > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 8px 25px 8px 20px; position: relative; background-color: #EDEDED; }

.pro-slidenav > li .iconfont { font-size: 14px; font-size: 1.4rem; color: #BABABA; position: absolute; right: 7px; top: 10px; }

.pro-slidenav > li:hover > a, .pro-slidenav > li.slide-active > a { color: #FFFFFF; background-color: #EA2D2C; }

.pro-slidenav > li:hover .iconfont, .pro-slidenav > li.slide-active .iconfont { color: #fff; }

.pro-slidenav > li:hover .iconfont:before, .pro-slidenav > li.slide-active .iconfont:before { content: "\e723"; }

.proslide-yiji { padding: 5px 0 16px; }

.proslide-yiji > li { line-height: 24px; padding: 8px 25px 8px 40px; }

.proslide-yiji > li a { color: #333; }

.proslide-yiji > li.slide-active2 > a, .proslide-yiji > li:hover > a { color: #EA2D2C; }

@media screen and (max-width: 767px) { .proslide-yiji > li { padding-top: 4px; padding-bottom: 4px; } }

/*proslide end*/
/* .pro1-list start */
.pro1-list { padding-bottom: 40px; }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 20px; } }

.pro1-list .list-item { float: left; width: 31.60271%; margin-left: 2.59594%; margin-bottom: 28px; }

@media screen and (max-width: 999px) { .pro1-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 600px) { .pro1-list .list-item { width: 48%; margin: 0 1% 20px; } }

.pro1-list .item-pic { width: 100%; }

.pro1-list .item-pic img { display: block; max-width: 490px; margin: 0 auto; width: 100%; }

.pro1-list .item-pic:hover .item-backdrop { top: 0; }

.pro1-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background: #003C7B; background: rgba(0, 60, 123, 0.7); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

@media screen and (max-width: 999px) { .pro1-list .item-backdrop { display: none; } }

.pro1-list .item-backdrop .item-btn1 { width: 113px; height: 36px; line-height: 36px; text-align: center; background: #EA2D2C; display: block; position: absolute; left: 50%; margin-left: -56px; top: 50%; margin-top: -18px; color: #fff; }

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 10px; text-align: center; }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.pro1-list .item-btnbox { margin-top: 10px; text-align: center; }

.pro1-list .item-btnbox input { margin-right: 12px; vertical-align: middle; }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin-top: 5px; }
  .pro1-list .item-btnbox input { margin-right: 5px; } }

.pro1-list .item-btn { display: inline-block; width: 131px; height: 37px; line-height: 35px; border: solid 1px #ABABAB; text-align: center; color: #737572; }

.pro1-list .item-btn:hover { border-color: #003C7B; background-color: #003C7B; color: #fff; }

@media screen and (max-width: 767px) { .pro1-list .item-btn { height: 34px; line-height: 32px; width: 110px; } }

/* .pro1-list end */
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-propic { margin: 0 auto 0; width: 704px; }

.m-propic .pic-big { position: relative; float: left; width: 492px; margin-right: 82px; }

.m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 0; border: 1px solid #BFBFB6; }

.m-propic .big-img .zoomPad { float: none; z-index: 8; }

.m-propic .big-img .zoomPad img { border-radius: 0; }

.m-propic .zoomWrapperImage img { max-width: 1200px; }

.m-propic .pic-small { position: relative; float: left; width: 130px; padding: 40px 0; overflow: hidden; }

.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width: 100%; cursor: pointer; text-align: center; height: 26px; line-height: 26px; background-color: #E6E6E6; color: #828282; }

.m-propic .pic-btn:hover { background-color: #003C7B; color: #fff; }

.m-propic .pic-btn .iconfont { font-size: 22px; font-size: 2.2rem; }

.m-propic .pic-btn.prev { top: 0; }

.m-propic .pic-btn.next { bottom: 0; }

.m-propic .pic-list { height: 412px; overflow: hidden; }

.m-propic .pic-list ul { height: 2000px; }

.m-propic .pic-list .list-item { margin-bottom: 11px; overflow: visible; }

.m-propic .pic-list .item-pics { display: block; border-radius: 0; border: 1px solid #BFBFB6; position: relative; overflow: visible; }

.m-propic .pic-list .item-pics img { width: 100%; display: block; }

.m-propic .item-pics:hover, .m-propic .item-pics.zoomThumbActive { border-color: #003C7B; }

.m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .m-propic { width: 644px; }
  .m-propic .pic-big { margin-right: 22px; } }

@media screen and (max-width: 999px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-propic { max-width: 100%; float: none; }
  .m-propic .pic-big { height: auto; } }

@media screen and (max-width: 768px) { .m-propic1 { display: none; }
  .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; }
  .m-propic2 .box-btn .iconfont { font-size: 30px; font-size: 3rem; color: #cdcdcd; }
  .m-propic2 .box-btn .iconfont:hover { color: #003C7B; }
  .m-propic2 .box-btn.prev { left: 0; }
  .m-propic2 .box-btn.next { right: 0; }
  .m-propic2 .box-list { overflow: hidden; }
  .m-propic2 .box-list ul { width: 1000%; }
  .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 0; border: 1px solid #BFBFB6; overflow: hidden; }
  .m-propic2 .list-item img { display: block; } }

@media only screen and (max-width: 640px) { .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 4.8%; } }

@media only screen and (max-width: 480px) { .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 9.8%; } }

.pro2-info { max-width: 704px; margin: 0 auto; position: relative; }

@media screen and (max-width: 1219px) { .pro2-info { max-width: 644px; } }

@media screen and (max-width: 767px) { .pro2-info { max-width: 100%; } }

.pro2-info .item-title { max-width: 492px; font-weight: bold; font-size: 18px; font-size: 1.8rem; padding: 38px 0 30px 0; position: relative; text-align: center; }

@media screen and (max-width: 767px) { .pro2-info .item-title { max-width: 100%; padding: 20px 0; } }

.pro2-info .item-btns { text-align: center; }

.pro2-info .pro-share { float: right; margin-top: 14px; }

@media screen and (max-width: 767px) { .pro2-info .pro-share { float: none; margin: 0 auto 15px; text-align: center; } }

.pro2-info .item-btn { float: right; display: inline-block; width: 170px; height: 46px; line-height: 46px; text-align: center; border: solid 1px #003C7B; font-size: 16px; font-size: 1.6rem; color: #003C7B; margin-right: 36px; }

.pro2-info .item-btn:hover { background-color: #003C7B; color: #fff; }

.pro2-info .item-btn.item-btn1 { margin-right: 41px; }

@media screen and (max-width: 1219px) { .pro2-info .item-btn.item-btn1 { margin-right: 30px; } }

@media screen and (max-width: 767px) { .pro2-info .item-btn { float: none; margin-right: 15px; width: 150px; height: 40px; line-height: 40px; font-size: 14px; font-size: 1.4rem; }
  .pro2-info .item-btn.item-btn1 { margin-right: 0; } }

@media screen and (max-width: 500px) { .pro2-info .item-btn { float: left; width: 48%; margin: 0 1% !important; height: 36px; line-height: 36px; } }

.pro2-title { background-color: #eee; font-family: "Impact"; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; }

.pro2-title a, .pro2-title span { display: inline-block; background-color: #fff; background-color: rgba(255, 255, 255, 0.6); border-bottom: solid 2px #003C7B; padding: 0 21px 0 15px; line-height: 46px; }

.pro2-title a:hover { color: #003C7B; }

@media screen and (max-width: 767px) { .pro2-title { font-size: 20px; font-size: 2rem; }
  .pro2-title a, .pro2-title span { padding: 0 15px; line-height: 36px; } }

.pro2-spec { padding: 76px 0 56px; }

.pro2-spec .pro2-title span { padding-right: 45px; }

@media screen and (max-width: 767px) { .pro2-spec .pro2-title span { padding-right: 15px; } }

.pro2-spec .item-body { padding: 38px 22px 0; line-height: 30px; }

.pro2-spec .item-body img, .pro2-spec .item-body iframe { max-width: 100%; }

.pro2-spec .item-body .table table { border-collapse: inherit; background-color: #f2f2f2; border-left: solid 1px #a5a5a5; border-top: solid 1px #a5a5a5; border-right: 0; border-bottom: 0; border-spacing: 0; }

.pro2-spec .item-body .table table td { position: relative; word-break: break-all; line-height: 27px; color: #0d0d0d; border-bottom: solid 1px #a5a5a5; border-right: solid 1px #a5a5a5; border-top: 0; border-left: 0; }

.pro2-spec .item-body .table table td:first-child { background-color: #e7e6e6; width: 158px; }


.pro2-spec .item-body .table table tr:first-child td:first-child:after{
  position:absolute;
  content:'';
  left:0;
  width:100%;
  height:1px;
  top:50%;
  background-color:#a5a5a5;
  transform:rotateZ(20deg) scale(1.05);
  display:none \0;
}

@media screen and (max-width: 1219px) { .pro2-spec { padding: 70px 0 56px; } }

@media screen and (max-width: 999px) { .pro2-spec { padding: 50px 0; } }

@media screen and (max-width: 767px) { .pro2-spec { padding: 30px 0; }
  .pro2-spec .item-body { padding: 30px 15px 0; line-height: 24px; } }

.pro2-related { /* .pro1-list end */ }

.pro2-related .pro2-list .list-item { float: left; width: 23.25056%; margin-left: 2.33258%; margin-top: 43px; }

@media screen and (max-width: 999px) { .pro2-related .pro2-list .list-item { width: 23%; margin: 30px 1% 0; } }

@media screen and (max-width: 640px) { .pro2-related .pro2-list .list-item { width: 48%; margin: 20px 1% 0; } }

.pro2-related .pro2-list .item-pic { border: solid 1px #BFBFB6; width: 100%; }

.pro2-related .pro2-list .item-pic img { display: block; max-width: 490px; margin: 0 auto; width: 100%; }

.pro2-related .pro2-list .item-pic:hover .item-backdrop { top: 0; }

.pro2-related .pro2-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background: #003C7B; background: rgba(0, 60, 123, 0.7); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

@media screen and (max-width: 999px) { .pro2-related .pro2-list .item-backdrop { display: none; } }

.pro2-related .pro2-list .item-backdrop .item-btn1 { width: 113px; height: 36px; line-height: 36px; text-align: center; background: #EA2D2C; display: block; position: absolute; left: 50%; margin-left: -56px; top: 50%; margin-top: -18px; color: #fff; }

.pro2-related .pro2-list .item-title { line-height: 30px; margin-top: 28px; text-align: center; }

@media screen and (max-width: 999px) { .pro2-related .pro2-list .item-title { margin-top: 10px; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-about start---------------------------------------------------------------*/
.about-top { padding: 28px 0 28px; }

.about-top .item-pic { width: 30.41667%; }

.about-top .item-pic.pull-right { margin-left: 2.33333%; }

.about-top .item-pic.pull-right.pic2 { margin-left: 20px; }

.about-top .item-pic.pull-left { margin-right: 2.33333%; }

.about-top .item-pic img { display: block; max-width: 365px; margin: 0 auto; width: 100%; }

.about-top .item-body { margin-top: -8px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about-top .item-body p { margin-bottom: 30px; }

@media screen and (max-width: 1219px) { .about-top { padding: 28px 0 15px; } }

@media screen and (max-width: 999px) { .about-top { padding-bottom: 0; }
  .about-top .item-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about-top .item-body p { margin-bottom: 15px; } }

@media screen and (max-width: 640px) { .about-top .item-pic { width: 48%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 380px) { .about-top .item-pic { width: 98%; margin: 0 1% 20px !important; } }

/* about-cer */
.about-cer { padding: 18px 0 0; }

.about-cer .item-top { max-width: 740px; text-align: center; margin: 0 auto; padding-left: 76px; padding-top: 18px; background: url(../images/web3.png) no-repeat left top; }

@media screen and (max-width: 999px) { .about-cer .item-top { background-size: 40px; padding-left: 50px; padding-top: 0; } }

@media screen and (max-width: 500px) { .about-cer .item-top { background-size: 30px; padding-left: 35px; } }

.about-cer .item-top .item-top1 { padding-right: 95px; background: url(../images/web4.png) no-repeat bottom right; }

@media screen and (max-width: 999px) { .about-cer .item-top .item-top1 { background-size: 40px; padding-right: 50px; } }

@media screen and (max-width: 500px) { .about-cer .item-top .item-top1 { background-size: 30px; padding-right: 35px; } }

.about-cer .item-top .item-title { font-family: "Impact"; font-size: 36px; font-size: 3.6rem; color: #003C7B; }

@media screen and (max-width: 999px) { .about-cer .item-top .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .about-cer .item-top .item-title { font-size: 24px; font-size: 2.4rem; } }

.about-cer .item-top .item-desc { line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-top: 11px; }

@media screen and (max-width: 767px) { .about-cer .item-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

/* .cer-scroll start */
.cer-scroll { margin-top: 74px; position: relative; overflow: hidden; padding: 0 53px; }

@media screen and (max-width: 999px) { .cer-scroll { margin-top: 50px; } }

@media screen and (max-width: 767px) { .cer-scroll { margin-top: 30px; padding: 0 40px; } }

.cer-scroll .scroll-btns .scroll-btn { cursor: pointer; position: absolute; z-index: 99; top: 50%; margin-top: -28px; }

.cer-scroll .scroll-btns .scroll-btn .iconfont { font-size: 42px; font-size: 4.2rem; color: #2270C4; opacity: 0.5; }

.cer-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #EA2D2C; }

.cer-scroll .scroll-btns .scroll-btn.prev { left: 0; }

.cer-scroll .scroll-btns .scroll-btn.next { right: 0; }

@media screen and (max-width: 767px) { .cer-scroll .scroll-btns .scroll-btn { margin-top: -30px; }
  .cer-scroll .scroll-btns .scroll-btn .iconfont { font-size: 30px; font-size: 3rem; } }

.cer-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.cer-scroll .scroll-list { width: 1000%; }

.cer-scroll .scroll-list li { float: left; width: 2.39707%; margin-right: 0.13724%; position: relative; }

.cer-scroll .scroll-list .item-pics { display: block; overflow: hidden; position: relative; }

.cer-scroll .scroll-list .item-pics img { width: 100%; display: block; max-width: 262px; margin: 0 auto; }

.cer-scroll .scroll-list .item-backdrop { position: absolute; bottom: 2.68097%; right: 2.29008%; width: 37px; height: 37px; background-color: #2270C4; background-color: rgba(34, 112, 196, 0.5); text-align: center; line-height: 37px; }

.cer-scroll .scroll-list .item-backdrop .iconfont { font-size: 29px; font-size: 2.9rem; color: #fff; }

.cer-scroll .scroll-list .item-title { text-align: center; line-height: 22px; margin: 28px 0 0 0; }

@media only screen and (max-width: 767px) { .cer-scroll .scroll-list li { width: 3.2%; margin-right: 0.2%; }
  .cer-scroll .scroll-list .item-title { margin: 8px 0 0 !important; } }

@media only screen and (max-width: 550px) { .cer-scroll .scroll-list li { width: 4.9%; margin-right: 0.2%; } }

@media only screen and (max-width: 400px) { .cer-scroll .scroll-list li { width: 9%; margin: 0 .5%; } }

/* .cer-scroll end */
/*-------------2-about end-----------------------------------------------------------------*/
/*-------------3-1-news start--------------------------------------------------------------*/
/* .page-title start */
.page-title { font-family: "Impact"; text-transform: uppercase; font-size: 40px; font-size: 4rem; border-bottom: solid 1px #003C7B; padding-bottom: 1px; }

@media screen and (max-width: 1219px) { .page-title { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 999px) { .page-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .page-title { font-size: 24px; font-size: 2.4rem; } }

/* .page-title end */
.news1-list { padding-top: 28px; }

.news1-list li { width: 100%; margin-bottom: 46px; padding-top: 17px; }

@media screen and (max-width: 767px) { .news1-list li { margin-bottom: 30px; padding-top: 0; } }

.news1-list .item-pic { width: 342px; float: left; margin-right: 3.91667%; }

.news1-list .item-pic img { width: 100%; max-width: 342px; display: block; margin: 0 auto; }

@media screen and (max-width: 767px) { .news1-list .item-pic { width: 270px; } }

@media screen and (max-width: 550px) { .news1-list .item-pic { width: 100%; margin: 0 auto 30px; float: none; } }

.news1-list .item-body { overflow: hidden; }

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 26px; margin-top: -5px; }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 0; } }

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 84px; margin-top: 43px; }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-top: 10px; } }

.news1-list .item-btnbox { margin-top: 19px; }

.news1-list .item-btn { display: block; width: 144px; height: 49px; line-height: 49px; border: solid 1px #003C7B; text-align: center; color: #003C7B; }

.news1-list .item-btn:hover { background-color: #003C7B; color: #fff; }

@media screen and (max-width: 767px) { .news1-list .item-btn { width: 110px; height: 32px; line-height: 32px; } }

.news1-list .item-date { margin-top: 20px; color: #666; }

.news1-list .item-date .iconfont { font-size: 21px; font-size: 2.1rem; vertical-align: middle; margin-right: 5px; }

@media screen and (max-width: 767px) { .news1-list .item-date { margin-top: 0; line-height: 32px; }
  .news1-list .item-date .iconfont { font-size: 16px; font-size: 1.6rem; } }

/*-------------3-1-news end----------------------------------------------------------------*/
/*-------------3-2-news start--------------------------------------------------------------*/
.news2-main { padding: 39px 0 0; }

@media screen and (max-width: 767px) { .news2-main { padding: 30px 0 0; } }

.news2-main > .item-title { text-align: center; font-size: 20px; font-size: 2rem; line-height: 30px; }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; } }

.news2-main .item-date { text-align: center; margin-top: 44px; }

.news2-main .item-date > span { color: #666; margin-right: 16px; line-height: 26px; display: inline-block; }

@media screen and (max-width: 767px) { .news2-main .item-date { margin-top: 15px; } }

.news2-main .pro-share { display: inline-block; }

.news2-main .pro-share .share-title { color: #666; font-size: 16px; font-size: 1.6rem; margin-right: 18px; }

@media screen and (max-width: 767px) { .news2-main .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.news2-main .item-desc { line-height: 30px; padding: 42px 0 48px; }

.news2-main .item-desc, .news2-main .item-desc p, .news2-main .item-desc a, .news2-main .item-desc li, .news2-main .item-desc span, .news2-main .item-desc strong { color: #333; }

.news2-main .item-desc img, .news2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 999px) { .news2-main .item-desc { padding: 40px 0; } }

@media screen and (max-width: 767px) { .news2-main .item-desc { line-height: 24px; padding: 20px 0 24px; } }

/*-------------3-2-news end----------------------------------------------------------------*/
/*-------------4-contact start-------------------------------------------------------------*/
.contact-box { margin: 44px 0 0; background: url(../images/web5.png) no-repeat center top; }

@media screen and (max-width: 767px) { .contact-box { margin: 0; } }

/* c-top start */
.c-top { padding-bottom: 82px; }

@media screen and (max-width: 1219px) { .c-top { padding-bottom: 70px; } }

@media screen and (max-width: 999px) { .c-top { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .c-top { padding-bottom: 30px; } }

.c-top .list-item { float: left; width: 50%; text-align: center; margin-top: 53px; }

@media screen and (max-width: 999px) { .c-top .list-item { margin-top: 50px; } }

@media screen and (max-width: 767px) { .c-top .list-item { margin-top: 30px; width: 50%; } }

@media screen and (max-width: 400px) { .c-top .list-item { width: 100%; margin: 20px 0 0; } }

.c-top .item-icon { margin: 0 auto; width: 79px; height: 79px; border-radius: 50%; border: solid 1px #2B2B2B; text-align: center; padding-top: 10px; }

.c-top .item-icon .iconfont { display: inline-block; width: 59px; height: 59px; border-radius: 50%; background-color: #2B2B2B; text-align: center; line-height: 59px; font-size: 29px; font-size: 2.9rem; color: #fff; vertical-align: middle; }

@media screen and (max-width: 767px) { .c-top .item-icon { width: 60px; height: 60px; }
  .c-top .item-icon .iconfont { width: 40px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; } }

.c-top .item-title { font-size: 18px; font-size: 1.8rem; color: #bf0000; margin: 20px 0 8px; font-family: 'OpenSans-Semibold'; }

@media screen and (max-width: 767px) { .c-top .item-title { font-size: 16px; font-size: 1.6rem; margin: 15px 0 5px; } }

.c-top .item-desc { font-family: 'OpenSans'; line-height: 24px; word-break: break-all; }

.c-top .item-desc, .c-top .item-desc p, .c-top .item-desc a { color: #333; }

.c-top .item-desc a { display: inline-block; }

.c-top .item2 .item-desc a { min-width: 189px; text-align: left; }

/* c-top end */
.c-main .item-title { font-family: "Impact"; font-size: 27px; font-size: 2.7rem; }

.c-main .item-desc { margin-top: 16px; line-height: 24px; min-height: 72px; margin-bottom: 49px; }

.c-main .item-desc, .c-main .item-desc p { color: #4D4D4D; }

@media screen and (max-width: 999px) { .c-main .item-desc { min-height: auto; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .c-main .item-title { font-size: 24px; font-size: 2.4rem; }
  .c-main .item-desc { margin-top: 10px; } }

.c-left { width: 48.33333%; margin-right: 4.33333%; }

@media screen and (max-width: 999px) { .c-left { width: 100%; margin: 0 auto 30px; float: none; } }

.c-left .item-form .star { background: url(../images/star.png) no-repeat left 21px; }

.c-left .item-form .item-row { padding-left: 16px; margin-bottom: 19px; position: relative; }

.c-left .item-form input, .c-left .item-form textarea { width: 100%; border-radius: 5px; border: solid 1px #aaa; padding: 0 15px 0 42px; font-size: 16px; font-size: 1.6rem; }

.c-left .item-form input { height: 50px; line-height: 48px; }

.c-left .item-form textarea { height: 188px; display: block; line-height: 24px; padding-top: 12px; }

.c-left .item-form .iconfont { font-size: 19px; font-size: 1.9rem; position: absolute; top: 15px; left: 30px; }

.c-left .item-form .code-input { width: 173px; float: left; margin-right: 22px; padding-left: 18px; font-family: Verdana; }

.c-left .item-form .code-img { float: left; width: 161px; height: 50px; overflow: hidden; cursor: pointer; }

.c-left .item-form .code-img img { display: block; max-height: 50px; }

.c-left .item-form .code-btn { width: 189px; float: right; background-color: #333; color: #fff; padding: 0; border-color: #333; text-transform: uppercase; font-family: Verdana; }

.c-left .item-form .code-btn:hover { background-color: #003C7B; border-color: #003C7B; }

@media screen and (max-width: 1219px) { .c-left .item-form .code-input { width: 140px; margin-right: 10px; }
  .c-left .item-form .code-btn { width: 140px; } }

@media screen and (max-width: 999px) { .c-left .item-form .code-btn { width: 100%; margin-top: 19px; } }

@media screen and (max-width: 767px) { .c-left .item-form .item-row { margin-bottom: 15px; }
  .c-left .item-form input, .c-left .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .c-left .item-form input { height: 36px; line-height: 34px; }
  .c-left .item-form textarea { height: 130px; line-height: 24px; padding-top: 5px; }
  .c-left .item-form .iconfont { font-size: 16px; font-size: 1.6rem; top: 10px; }
  .c-left .item-form .code-input { width: 100%; margin-bottom: 15px; } }

.c-right { overflow: hidden; }

.map { width: 100%; }

.map img { display: block; max-width: 568px; width: 100%; margin: 0 auto; }

/*-------------4-contact end---------------------------------------------------------------*/

.list_cart .list_cart_a1 { background: #003C7B;padding: 8px;color: white; float:left; }
.list_cart .list_cart_a2 { background: #003C7B;padding: 8px;color: white; float:right; }
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
  .at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
  .at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
  .at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}

/*xinjia*/

.pro2-contact { margin-top: 30px; }

.pro2-contact .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; padding: 0 9px 19px; }

@media screen and (max-width: 767px) { .pro2-contact .item-title { font-size: 16px; font-size: 1.6rem; } }

.pro2-contact .item-form { max-width: 670px; padding: 30px 0 0; }

.pro2-contact .item-form .star { background: url(../images/star.png) no-repeat 7px center; }

.pro2-contact .item-form .item-input { width: 50%; padding-left: 22px; margin-bottom: 23px; }

.pro2-contact .item-form .item-input1 { padding-left: 22px; margin-bottom: 26px; }

.pro2-contact .item-form .item-input1.star { background-position-y: 18px; }

.pro2-contact .item-form input, .pro2-contact .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #666; border: solid 1px #D2D2D2; }

.pro2-contact .item-form input { height: 54px; line-height: 54px; padding: 0 13px; }

.pro2-contact .item-form textarea { height: 112px; padding: 8px 13px; line-height: 24px; }

.pro2-contact .item-form .item-code { width: 200px; margin-right: 22px; }

.pro2-contact .item-form .item-img img { display: block; cursor: pointer; }

.pro2-contact .item-form .item-btn { margin-left: 20px; width: 250px; padding: 0; }

.pro2-contact .item-form .item-btn input { border-color: #003C7B; background-color: #003C7B; color: #fff; }

.pro2-contact .item-form .item-btn input:hover { background-color: #333; border-color: #333; }

@media screen and (max-width: 767px) { .pro2-contact .item-form { max-width: 100%; }
  .pro2-contact .item-form .item-input, .pro2-contact .item-form .item-input1 { margin-bottom: 15px; }
  .pro2-contact .item-form .input1 { padding-right: 0; }
  .pro2-contact .item-form input { height: 40px; line-height: 40px; padding: 0 12px; }
  .pro2-contact .item-form input, .pro2-contact .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .pro2-contact .item-form textarea { height: 150px; }
  .pro2-contact .item-form .item-code { width: -moz-calc(100% - 140px) !important; width: calc(100% - 140px) !important; margin-right: 0; }
  .pro2-contact .item-form .item-img { float: right; width: auto; }
  .pro2-contact .item-form .item-img img { height: 40px; }
  .pro2-contact .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 22px; }
  .pro2-contact .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 500px) { .pro2-contact .item-form .item-input { width: 100%; } }

.contact-slide { margin-top: 30px; }

@media screen and (max-width: 480px) { .contact-slide { max-width: 366px; margin: 30px auto 0; } }

.contact-slide .item-pic img { display: block; margin: 0 auto; max-width: 366px; width: 100%; }

@media screen and (max-width: 999px) { .contact-slide .item-pic { float: left; margin-right: 15px; width: 300px; } }

@media screen and (max-width: 767px) { .contact-slide .item-pic { width: 220px; } }

@media screen and (max-width: 480px) { .contact-slide .item-pic { width: 100%; float: none; margin: 0 auto; max-width: 300px; } }

.contact-slide .item-body { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 20px 0 0; }

.contact-slide .item-body a:hover { color: #003C7B; }

@media screen and (max-width: 999px) { .contact-slide .item-body { overflow: hidden; } }

@media screen and (max-width: 767px) { .contact-slide .item-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-top: 15px; } }
